home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HNetware / HInfoNetW.CSY / RCDATA / TFINDFORM / TFINDFORM.txt
Text File  |  2002-07-03  |  2KB  |  74 lines

  1. object FindForm: TFindForm
  2.   Left = 218
  3.   Top = 153
  4.   ActiveControl = cboName
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Naj∩┐╜t po∩┐╜∩┐╜ta∩┐╜'
  8.   ClientHeight = 129
  9.   ClientWidth = 398
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PageControl: TPageControl
  25.     Left = 10
  26.     Top = 10
  27.     Width = 293
  28.     Height = 109
  29.     ActivePage = Page1
  30.     TabOrder = 0
  31.     object Page1: TTabSheet
  32.       Caption = 'Jm∩┐╜no po∩┐╜∩┐╜ta∩┐╜e'
  33.       object Label1: TLabel
  34.         Left = 12
  35.         Top = 12
  36.         Width = 37
  37.         Height = 13
  38.         Caption = '&Jm∩┐╜no:'
  39.         FocusControl = cboName
  40.       end
  41.       object cboName: TComboBox
  42.         Left = 59
  43.         Top = 9
  44.         Width = 218
  45.         Height = 21
  46.         ItemHeight = 13
  47.         TabOrder = 0
  48.       end
  49.     end
  50.   end
  51.   object BtnOK: TButton
  52.     Left = 314
  53.     Top = 30
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.     OnClick = BtnOKClick
  61.   end
  62.   object BtnCancel: TButton
  63.     Left = 314
  64.     Top = 64
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Zru∩┐╜it'
  69.     ModalResult = 2
  70.     TabOrder = 2
  71.     OnClick = BtnCancelClick
  72.   end
  73. end
  74.